﻿2026-06-21T08:17:51.4274438Z ##[group]Run actions/checkout@v5
2026-06-21T08:17:51.4274966Z with:
2026-06-21T08:17:51.4275272Z   repository: SaberMage/spt-core
2026-06-21T08:17:51.4278323Z   token: ***
2026-06-21T08:17:51.4278620Z   ssh-strict: true
2026-06-21T08:17:51.4278946Z   ssh-user: git
2026-06-21T08:17:51.4279272Z   persist-credentials: true
2026-06-21T08:17:51.4279648Z   clean: true
2026-06-21T08:17:51.4279943Z   sparse-checkout-cone-mode: true
2026-06-21T08:17:51.4280317Z   fetch-depth: 1
2026-06-21T08:17:51.4280611Z   fetch-tags: false
2026-06-21T08:17:51.4280911Z   show-progress: true
2026-06-21T08:17:51.4281211Z   lfs: false
2026-06-21T08:17:51.4281478Z   submodules: false
2026-06-21T08:17:51.4281798Z   set-safe-directory: true
2026-06-21T08:17:51.4282131Z env:
2026-06-21T08:17:51.4282413Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T08:17:51.4282798Z ##[endgroup]
2026-06-21T08:17:51.6122434Z Syncing repository: SaberMage/spt-core
2026-06-21T08:17:51.6123604Z ##[group]Getting Git version info
2026-06-21T08:17:51.6124169Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T08:17:51.6372216Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:17:51.6581346Z git version 2.43.0.windows.1
2026-06-21T08:17:51.6610811Z ##[endgroup]
2026-06-21T08:17:51.6618416Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\20836d68-33b9-41e3-975a-f3d41aed0f9e\.gitconfig'
2026-06-21T08:17:51.6631406Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\20836d68-33b9-41e3-975a-f3d41aed0f9e' before making global git config changes
2026-06-21T08:17:51.6632546Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:17:51.6636500Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:17:51.6867905Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T08:17:51.7052596Z https://github.com/SaberMage/spt-core
2026-06-21T08:17:51.7079110Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T08:17:51.7082947Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T08:17:51.7266183Z HEAD
2026-06-21T08:17:51.7490908Z ##[endgroup]
2026-06-21T08:17:51.7494231Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T08:17:52.0931716Z ##[group]Cleaning the repository
2026-06-21T08:17:52.0935319Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T08:17:54.5229106Z Removing target/
2026-06-21T08:17:54.5264120Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T08:17:54.5711673Z HEAD is now at 4e5e7a9 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:17:54.5740447Z ##[endgroup]
2026-06-21T08:17:54.5745112Z ##[group]Disabling automatic garbage collection
2026-06-21T08:17:54.5751718Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T08:17:54.5982131Z ##[endgroup]
2026-06-21T08:17:54.5982507Z ##[group]Setting up auth
2026-06-21T08:17:54.5988336Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:17:54.6202538Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:17:54.9754122Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:17:54.9988590Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:17:55.3836238Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:17:55.4049050Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:17:55.7575230Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T08:17:55.7861857Z ##[endgroup]
2026-06-21T08:17:55.7862402Z ##[group]Fetching the repository
2026-06-21T08:17:55.7868598Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4e5e7a90411e0c993a872a6ec425c92242c4afd1:refs/remotes/pull/27/merge
2026-06-21T08:17:56.4108972Z ##[endgroup]
2026-06-21T08:17:56.4109525Z ##[group]Determining the checkout info
2026-06-21T08:17:56.4109872Z ##[endgroup]
2026-06-21T08:17:56.4114590Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T08:17:56.4368193Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T08:17:56.4584794Z ##[group]Checking out the ref
2026-06-21T08:17:56.4589418Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T08:17:56.4903907Z HEAD is now at 4e5e7a9 Merge e54bc514b76200b8940de007317c4d836a2c782c into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:17:56.4924841Z ##[endgroup]
2026-06-21T08:17:56.5153093Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T08:17:56.5349982Z 4e5e7a90411e0c993a872a6ec425c92242c4afd1
